home *** CD-ROM | disk | FTP | other *** search
/ Georgia Wildfire Prevention / Georgia Wildfire Prevention.iso / pc / media / dirs / BackUp / Firetower.dir / 00002_Script_Play Instructions < prev    next >
Text File  |  2002-10-11  |  197b  |  14 lines

  1. --PLAY INSTRUCTIONS--
  2. --Tells the movie to reset and play
  3.  
  4. property SpNum
  5.  
  6. on new me
  7.   SpNum = me.spritenum
  8. end
  9.  
  10. on PlayInstructions me
  11.   puppetsound 1,0
  12.   puppetsound 1,"sec4a01"
  13. end
  14.